Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development


Cache APIs

The cache interface provides methods to allow dynamic temp-tables to serve as a client cache. It is implemented in adm2/cache.p, which is added as a method library to the data class. A call to getManagerHandle(‘CacheManager’) in any smart object will return the data class procedure, allowing you to call the cache APIs directly in the data class as if it were a manager. Note that Dynamics getManagerHandle will not return this handle. The cache interface can, however, be extended and implemented as a Dynamics manager with the name ‘CacheManager’. In this case, the ADM2 calls to the cache interface go to the extended manager.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095